home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3599 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1008 b 

  1. Path: oxy.rust.net!usenet
  2. From: ebennett@rust.net
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Large arrays in c++?
  5. Date: Thu, 25 Jan 1996 04:01:27 GMT
  6. Organization: Rust Net - High Speed Internet in Detroit  810-642-2276
  7. Message-ID: <4e6koi$ela@oxy.rust.net>
  8. References: <4e4ssa$n9t@mira.sara.nl>
  9. NNTP-Posting-Host: liv-18.rust.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Paul Langemeijer <lmeijer@phys.uva.nl> wrote:
  13.  
  14. >Hello,
  15.  
  16. >I am working on a simulation program that generates a lot of
  17. >(complex) numbers which I would like to store in a large array, to
  18. >make a FFT lateron.
  19. >The calloc function will not allow me enough memory to store my
  20. >approximately 1Mb of data, though there is enough internal memory
  21. >on my PC. How can I fix this? I am using Borland C++ under DOS.
  22.  
  23. You will need something like the PharLap DOS Extender, or the Borland
  24. DOS PowerPack.  I have also seen some libraries in the BCPPLIB forum
  25. on CIS which are supposed to handle this, but I do not know anything
  26. about those.
  27.  
  28. Earl Bennett
  29.  
  30.  
  31.